.banner-pagination{
    bottom:60px !important;
}
.banner-pagination .swiper-pagination-bullet{
    width:40px;
    height: 5px;
    border-radius: 2px;
    opacity: 1;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}

.header .header-bg{
    display: none;
}

.main-title{
    width:100%;
    text-align: center;
    font-size:20px;
    color:#4c4948;
    line-height: 28px;
    margin-top:20px;
}
.main-intro{
    width:100%;
    text-align: center;
    font-size:12px;
    color:#969696;
    line-height: 28px;
    margin-bottom: 35px;
}
.bg-gray{
    background:#f6f6f6;
}
.box{
    width:100%;
    display: block;
}

/*  应用解决方案  */
.case{
    position: relative;
    top:-50px;
    border-top:6px solid #dc082b;
    box-shadow: 0 5px 24px rgba(4,0,0,0.2);
    z-index:1;
    background: #fff;
}
.case-list{
    width:90%;
    margin:0 auto;
}
.case-list li{
    flex-grow: 1;
    display: block;
    text-align: center;
}
.case-list li a{
    width:100%;
    display: block;
}
.case-list li a img{
    height: 72px;
    width: auto;
    margin:0 auto;
    object-fit: contain;
    display: block;
}
.case-list li a p{
    color:#4c4948;
    font-size:14px;
    line-height: 22px;
    margin:10px 0 30px;
}
.case-list li a:hover p{
    color: #dc082b;
}

.product-list{
    padding:0 57px 25px;
    display: block;
}
.product-list li{
    width:148px;
    margin:0 3px;
    float:left;
    display: inline-block;
}
.product-list li a{
    width: 100%;
    display: block;
}
.product-list li a img{
    width:148px;
    height: 190px;
    object-fit: cover;
    display: block;
}

.product-list li a p{
    width:100%;
    font-size:14px;
    color:#4c4948;
    line-height: 45px;
    text-align: center;
    display: block;
    background: #f3e9ca;
    border-top:1px solid #fff;
}
.product-list li a:hover p{
    color:#dc082b;
}

.develop{
    padding:35px 0;
}
.main-sub-title span{
    width:45px;
    height: 1px;
    background:#dc082b;
    flex-grow: 0;
    margin:13px 0;
    display: block;
}
.main-sub-title p{
    width:auto;
    font-size:18px;
    color:#dc082b;
    line-height: 27px;
    margin:0 10px;
    display: block;
    font-weight: bold;
}
.develop-list{
    width:1052px;
    margin:0 auto;
}
.develop-list li{
    width:203px;
    height: 202px;
    margin:30px 30px 0;
    float: left;
    display: inline-block;
}
.develop-list li a {
    width: 100%;
    display: block;
    position: relative;
}
.develop-list li a img{
    width:203px;
    height: 202px;
    border-radius: 50%;
    display: block;
}
.develop-list li a .develop-list-main{
    position: absolute;
    top:50%;
    width:100%;
    text-align: center;
    color:#fff;
    transform: translateY(-50%);
}
.develop-list li a .develop-list-main h2{
    line-height: 30px;
    font-size:16px;
    display: block;
}
.develop-list li a .develop-list-main p{
    font-size: 14px;
    line-height: 18px;
    margin-top:10px;
    display: block;
}

.develop-box{
    width:1200px;
    margin:35px auto 0;
}
.develop-box .develop-box-list{
    float: left;
    margin-right: 6px;
    border-top:2px solid #dc082b;
    display: inline-block;
    background: #fff;
}
.develop-box .develop-box-list:nth-child(3){
    margin-right: 0;
}
.width-426{
    width:426px;
}
.width-336{
    width:336px;
}
.develop-box .develop-box-list h2,.develop-box .develop-box-list .develop-box-list-pic{
    width:387px;
    margin:0 auto;
}
.develop-box .develop-box-list h2{
    font-size: 16px;
    color:#dc082b;
    line-height: 50px;
    display: block;
}
.develop-box-list-pic{
    height: 140px;
    padding-bottom:33px;
}
.develop-box-list-pic img{
    width: 100%;
    height: 140px;
    display: block;
}
.develop-box-list-img,.develop-box-list-img img{
    width:200px;
    height: 140px;
    flex-grow: 0;
    display: block;
}
.develop-box-list-img{
    margin-right: 10px;
}
.develop-box-list-main{
    flex-grow: 1;
    display: block;
}
.develop-box-list-main h3{
    font-size:14px;
    color:#343434;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top:5px;
}
.develop-box-list-main p{
    width:100%;
    font-size:12px;
    color:#929292;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top:10px;
}
.develop-box-list-last h2{
    background:#f6f6f6;
    line-height: 49px !important;
}
.develop-box-list-last li{
    line-height: 56px;
    border-top:2px solid #f6f6f6;
}
.develop-box-list-last li a{
    width:306px;
    padding:0 15px;
}
.news{
    width:100%;
    display: block;
    margin-bottom: 35px;
}
.news-first{
    width:290px;
    padding:0 26.5px 14px;
    margin-right: 15px;
    background: #f6f6f6;
    position: relative;
}
.news-second{
    width:350px;
    margin-right: 15px;
    position: relative;
}
.news-last{
    width:475px;
    position: relative;
}
.news-first,.news-second,.news-last{
    float: left;
    display: inline-block;
    border-top:2px solid #dc082b;
}
.news-first h2,.news-second h2,.news-last h2{
    color:#525252;
    font-size:16px;
    line-height: 56px;
    background: #f6f6f6;
    display: block;
}
.news-second h2,.news-last h2{
    padding:0 14px;
}
.news-first .swiper-slide a{
    width:100%;
    /*height: 357px;*/
    display: block;
}
.news-first .swiper-slide a img{
    width:100%;
    height: 330px;
    object-fit: cover;
    display: block;
}
.news-first .swiper-pagination{
    position: absolute;
    top:10px;
    right:26.5px;
}
.news-first .swiper-pagination-bullet{
    width:10px;
    height: 10px;
    border:1px solid #dc082b;
    background: #fff;
    opacity: 1;
    margin-top:10px;
}
.news-first .swiper-pagination-bullet-active{
    width:25px;
    background:#dc082b;
    border-radius: 6px;
    margin:0 5px;
}

.news-second ul,.news-last dl{
    margin-top:14px;
}
.news-second ul li{
    margin-bottom: 3px;
    background: #f6f6f6;
}
.news-second ul li a{
    padding:14px 14px 15px;
}
.news-second ul li a img{
    width:141px;
    min-width: 141px;
    object-fit: cover;
    height: 79px;
    flex-grow: 0;
    margin-right: 16px;
    display: block;
}
.news-second ul li a .news-second-li-text{
    flex-grow: 1;
    display: block;
    position: relative;
}
.news-second ul li a .news-second-li-text h2{
    width:100%;
    font-size:14px;
    line-height: 22px;
    color:#646464;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    padding:0;
    font-weight: normal;
}
.news-second ul li a:hover .news-second-li-text h2{
    color: #dc082b;
}
.news-second ul li a .news-second-li-text p{
    width:100%;
    font-size:12px;
    color:#969696;
    line-height: 22px;
    position: absolute;
    bottom:0;
    right: 0;
    text-align: right;
}


.news-last dl dt,.about-center dl dt{
    width:100%;
    margin-bottom: 15px;
    display: block;
}
.news-last dl dt a,.about-center dl dt a{
    width:100%;
}
.news-last dl dt a img{
    width:213px;
    min-width: 213px;
    object-fit: cover;
    height: 137px;
    flex-grow: 0;
    margin-right: 15px;
    display: block;
}
.news-last dl dt a .news-last-text,.about-center dl dt a .news-last-text{
    flex-grow: 1;
    display: block;
}
.news-last dl dt a .news-last-text h2,.about-center dl dt a .news-last-text h2{
    width:100%;
    display: block;
    font-size: 14px;
    color:#525252;
    line-height: 22px;
    padding: 0;
    background: none;
    font-weight: normal;
}
.see-more-new{
    width:auto;
    padding:0 5px;
    font-size:14px;
    font-weight: bold;
    position: absolute;
    top:17px;
    right:23px;
    line-height: 22px;
    border-radius: 11px;
    color:#fff;
    background: #dc062a;
}


.about-center dl dt a:hover .news-last-text h2{
    color: #dc082b;
}
.news-last dl dt a .news-last-text h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-last dl dt a:hover .news-last-text h2{
    color: #dc082b;
}
.news-last dl dt a .news-last-text p,.about-center dl dt a .news-last-text p{
    width:100%;
    font-size:12px;
    color:#929292;
    line-height: 20px;
    margin-top:10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about-center dl dt a .news-last-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-last dl dd,.news-last dl dd a,.about-center dl dd,.about-center dl dd a{
    width:100%;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-last dl dd a ,.about-center dl dd a{
    font-size:14px;
    color: #646464;
    line-height: 36px;
}
.news-last dl dd a{
    line-height: 34px;
}
.news-last dl dd a:hover{
    color: #dc082b;
}
.news-second .see-more{
    margin-top:10px;
}
.about-center dl dd a{
    line-height: 30px;
}
.about-center dl dd a:hover{
    color: #dc082b;
}

.line img{
    display: block;
}

/*   关于微康   */
.about{
    margin-bottom: 55px;
}
.about-left{
    width:478px;
    min-width: 478px;
    flex-grow: 0;
    margin-right: 17px;
    display: block;
}
.about-left-title{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.about-left-title img{
    width:300px;
    min-width: 300px;
    object-fit: cover;
    height: 150px;
    flex-grow: 0;
    margin-right: 2px;
    display: block;
}
.about-left-title a{
    border-top:3px solid #dc082b;
    height: 147px;
    line-height: 147px;
    text-align: center;
    background: #ededed;
    color: #525252;
    font-size: 16px;
    font-weight: bold;
    flex-grow: 1;
    display: block;
}
.about-left-intro{
    width:100%;
    font-size:14px;
    color:#626262;
    line-height: 24px;
    display: block;
    margin-top:15px;
}
.about-left-bottom{
    padding:0 20px;
    display: flex;
    justify-content: start;
    line-height: 40px;
    margin-top:45px;
    background: #ededed;
}
.about-left-bottom span{
    flex-grow: 0;
    font-size:16px;
    line-height: 60px;
    color: #626262;
    margin-right: 15px;
    display: block;
}
.about-left-bottom span i{
    width:4px;
    height: 4px;
    background: #626262;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.about-left-bottom a{
    flex-grow: 1;
    display: block;
    text-align: right;
    color: #626262;
}
.about-center{
    width:420px;
    min-width: 420px;
    flex-grow: 0;
    display: block;
    border-top:3px solid #dc082b;
    margin-right: 17px;
}
.about-center h2,.about-right h2{
    width: 100%;
    line-height: 53px;
    color: #525252;
    font-size: 16px;
    display: block;

}
.about-center dl dt a img{
    width:168px;
    min-width: 168px;
    object-fit: cover;
    height: 126px;
    flex-grow: 0;
    margin-right: 15px;
    display: block;
}
.about-right{
    width:268px;
    min-width: 268px;
    flex-grow: 0;
    display: block;
    border-top:3px solid #dc082b;
}
.about-right li{
    width:100%;
    display: block;
    margin-bottom: 2px;
    position: relative;
}
.about-right li a{
    width:100%;
    display: block;
}
.about li a img{
    width:268px;
    /*height: 103px;*/
    object-fit: cover;
    display: block;
}
.about li a p{
    width:232px;
    padding:0 18px;
    display: block;
    position: absolute;
    top:0;
    left:0;
    line-height: 103px;
    font-size:16px;
    color: #525252;
}



/* *
  * 20210125修改
  */
.index-product{
    width:100%;
    background: url("../images/strain_bg.jpg") center bottom no-repeat;
    background-size: cover;
    margin-top:-70px;
    padding-top:50px;
}
.index-product .main-sub-title{
    width:100%;
}
.index-product .develop{
    padding-bottom: 90px;
}
.mr-top-50{
    margin-top:50px;
}
.mr-top-40{
    margin-top:40px;
}
.mr-top-30{
    margin-top:30px;
}
.mr-bottom-30{
    margin-bottom: 30px;
}
.mr-bottom-25{
    margin-bottom: 25px;
}
.mr-bottom-15{
    margin-bottom: 15px;
}

@media screen and (max-width: 1366px) {
    .case-list li a img{
        height: 58px;
    }
    .case-list li a p{
        font-size:12px;
    }
    .product-list{
        padding:0 48px 25px;
    }
    .product-list li{
        width:117px;
    }
    .product-list li a img{
        width:117px;
        height: 152px;
    }
    .product-list li a p{
        line-height: 39px;
    }
    .develop-list{
        width: 960px;
        font-size:0;
        text-align: center;
    }
    .develop-list li,.develop-list li a img{
        width: 163px;
        height: 163px;
    }
    .develop-list li{
        margin:30px 30px 0;
        float: unset;
    }
    /*.develop-list li a .develop-list-main{
        top:70px;
    }*/
    .develop-list li a .develop-list-main p{
        display: none;
    }
    .news-first{
        width:233px;
        padding:0 21px 10px;
    }
    .news-second{
        width:280px;
        margin-right: 10px;
    }
    .news-last{
        width:380px;
    }
    .news-second ul li a img{
        width:114px;
        min-width: 114px;
        height: 63px;
    }
    .news-last dl dt a img{
        width:171px;
        height: 109px;
        min-width: 171px;
    }
    .about-left{
        width:383px;
        min-width: 383px;
        margin-right: 13px;
    }
    .about-left-title img{
        width:239px;
        height: 121px;
        min-width: 239px;
    }
    .about-left-title a{
        line-height: 118px;
        height: 118px;
    }
    .about-left-intro{
        font-size:12px;
    }
    .about-left-bottom{
        line-height: 36px;
        font-size:12px;
        margin-top:15px;
    }
    .about-left-bottom span,.about-left-bottom a {
        font-size:12px;
        line-height: 36px;
    }
    .about-center{
        width:337px;
        min-width: 337px;
        margin-right: 13px;
    }
    .about-center dl dt a img{
        width:134px;
        height: 101px;
        min-width: 134px;
    }
    .about-right{
        width:213px;
        min-width: 213px;
    }
    .about li a img{
        width:213px;
        height: 82px;
    }
    .about-center dl dt a .news-last-text h2,.news-last dl dd a, .about-center dl dd a{
        font-size:12px;
    }
    .news-last dl dd a, .about-center dl dd a{
        line-height: 24px;
    }
    .about li a p{
        width:177px;
        line-height: 82px;
    }
    .news-first .swiper-slide a img,.news-first .swiper-slide a{
        height: 285px;
    }
    .news-second ul li a{
        padding:11px 11px 13px;
    }
}

.main_0621{width:96%;max-width: 1500px;}
.main-sub-title.title_0621 p{font-size:36px;line-height: 50px;}
.main-sub-title.title_0621 span{margin:23px 0;height: 4px;}
.intro_0621{width:100%;text-align: center;font-size:32px;line-height: 50px;color:#ce112b;display: block;margin:20px 0;}
.box_0621{width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}
.box_list_0621{width:143px;height: 127px;display: block;margin:0 10px 10px;}
.box_list_0621 a{width: 100%;display: block;}
.box_list_0621 a img{width:100%;height: 100%;object-fit: contain;display: block;}
.sub_title_0621{width:100%;font-size: 30px;line-height: 40px;color:#5d5e5e;margin:50px auto 20px;display: block;font-weight: bold;text-align: center;}
.yuan_0621{width:100%;padding:0 33px;box-sizing: border-box;display: flex;justify-content: flex-start;}
.yuan_list_0621{width: 33.33%;height:278px;padding:0 4px;display: block;box-sizing: border-box;}
.yuan_list_0621 a{width:100%;display: block;position: relative;}
.yuan_list_0621 a img{width: 100%;height: 100%;object-fit: cover;display: block;}
.yuan_list_0621 a p{width:86%;font-size:26px;line-height: 50px;color:#fff;background: #ce112b;border-radius: 25px;position: absolute;bottom:16px;left:7%;padding:0 10px;text-align: center;box-sizing: border-box;}

.chang_0621{width:100%;padding:0 35px 40px;box-sizing: border-box;display: flex;justify-content: flex-start;margin-top:50px;}
.chang_list_0621{width:20%;padding:0 3px;display: block;}
.chang_list_0621 a{width: 100%;display: block;background: #f3f3f3;padding-bottom: 10px;height: 100%;}
.chang_list_0621 a img{width:100%;height: 146px;border-bottom: 2px solid #fff;object-fit: contain;display: block;}
.chang_list_0621 a p,.chang_list_0621 a h2{width: 100%;padding:0 13px;display: block;box-sizing: border-box;}
.chang_list_0621 a h2{font-size:18px;color:#3e3e3e;line-height: 24px;/*font-weight: normal;*/letter-spacing: -2px;padding:5px 13px;}
.chang_list_0621 a p{font-size:14px;line-height: 24px;color:#5d5e5e;}
.desc_0621{width:100%;text-align: center;font-size:24px;line-height: 30px;color:#011132;margin-top:30px;font-weight: 600;text-decoration: underline;}

.product_0621{width:100%;display: flex;justify-content: center;flex-wrap: wrap;margin-top:0;padding:0 6%;box-sizing: border-box;}
.product_list_0621{width:24.66%;padding-top: 24.66%;display: block;position: relative;height: 0;margin:18px 2.33% 0;}
.product_list_0621 a{width:100%;height: 100%;position: absolute;top:0;right:0;bottom:0;left:0;}
.product_list_0621 a img{width: 100%;height: 100%;border-radius: 50%;object-fit: cover;display: block;}

.develop_0627{padding-bottom: 30px !important;}
